home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / GRAPHICS / GRAPHING / 3839.ZIP / GRPHCA22.ZIP / EXAMPLES.ZIP / SPLINE.PLT < prev    next >
Encoding:
Text File  |  1993-02-03  |  272 b   |  16 lines

  1. paper size 11 by 8.5
  2. data 'spline.dat'
  3. draw x y
  4. color 2
  5. plot data add
  6. color 3
  7. spline
  8. pen style 2
  9. color 4
  10. spline tension 20
  11. color lblue
  12. legend at 3 6.5
  13. color 2 symbol 1 'actual data'
  14. color 3 pen 1 'tension factor = 2'
  15. color 4 pen 2 'tension factor = 20'
  16. end